The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "catalyst::plugin::session::state::cookie"

Catalyst::Plugin::Session::State::Cookie - Maintain session IDs using cookies. River stage two • 40 direct dependents • 55 total dependents

In order for Catalyst::Plugin::Session to work the session ID needs to be stored on the client, and the session data needs to be stored on the server. This plugin stores the session ID on the client using the cookie mechanism....

HAARG/Catalyst-Plugin-Session-State-Cookie-0.18 - 27 Aug 2020 14:13:37 UTC - Search in distribution

HTTP::Session - simple session River stage two • 8 direct dependents • 11 total dependents

Yet another session manager. easy to integrate with PSGI =)...

KTAT/http-session-0.53 - 07 Mar 2024 05:48:33 UTC - Search in distribution

Catalyst::Plugin::Starch - Catalyst session plugin via Starch. River stage zero No dependents

Integrates Starch with Catalyst providing a compatible replacement for Catalyst::Plugin::Session. Is is recommended that as part of implementing this module in your site that you also create an in-house unit test using Test::Starch. Note that this pl...

BLUEFEET/Catalyst-Plugin-Starch-0.08 - 30 Jan 2021 19:49:41 UTC - Search in distribution

CGI::FormBuilder - Easily generate and process stateful forms River stage two • 11 direct dependents • 16 total dependents

If this is your first time using FormBuilder, you should check out the website for tutorials and examples at <http://formbuilder.org>. You should also consider joining the google group at <http://groups.google.com/group/perl-formbuilder>. There are s...

BIGPRESH/CGI-FormBuilder-3.10 - 16 Aug 2016 23:59:06 UTC - Search in distribution

Activator River stage zero No dependents

Overview Activator provides modules to support rapid software development throughout the software life-cycle: * Role-based project configuration supporting development, QA, and production needs * A globally accessible variable registry for all compon...

KNASSAR/Activator-0.91 - 15 Oct 2008 17:10:40 UTC - Search in distribution

Task::Catalyst - All you need to start with Catalyst River stage one • 7 direct dependents • 8 total dependents

Installs everything you need to write serious Catalyst applications....

BOBTFISH/Task-Catalyst-4.02 - 22 Aug 2011 12:31:25 UTC - Search in distribution

Apache::Session - A persistence framework for session data River stage two • 30 direct dependents • 43 total dependents

Apache::Session is a persistence framework which is particularly useful for tracking session data between httpd requests. Apache::Session is designed to work with Apache and mod_perl, but it should work under CGI and other web servers, and it also wo...

CHORNY/Apache-Session-1.94 - 18 Sep 2020 22:00:45 UTC - Search in distribution

Task::BeLike::GETTY - be like GETTY (without the insanity hopefully) -- use what drives his gears River stage zero No dependents

GETTY/Task-BeLike-GETTY-20150205.000 - 05 Feb 2015 04:25:38 UTC - Search in distribution

CatalystX::AppBuilder - Build Your Application Instance Programatically River stage one • 2 direct dependents • 7 total dependents

WARNING: YMMV regarding this module. This module gives you a programatic interface to *configuring* Catalyst applications. The main motivation to write this module is: to write reusable Catalyst appllications. For instance, if you build your MyApp::B...

NEWELLC/CatalystX-AppBuilder-0.00011 - 26 Feb 2016 13:30:51 UTC - Search in distribution

CatalystX::SimpleLogin - Provide a simple Login controller which can be reused River stage two • 6 direct dependents • 13 total dependents

CatalystX::SimpleLogin is an application class Moose::Role which will inject a Catalyst::Controller which is an instance of CatalystX::SimpleLogin::Controller::Login into your application. This provides a simple login and logout page with the additio...

ABRAXXA/CatalystX-SimpleLogin-0.21 - 22 Dec 2020 11:17:30 UTC - Search in distribution

Catalyst::Plugin::CSRFToken - Generate tokens to help prevent CSRF attacks River stage zero No dependents

This uses WWW::CSRF to generate hard to guess tokens tied to a give web session. You can generate a token and pass it to your view layer where it should be added to the form you are trying to process, typically as a hidden field called 'csrf_token' (...

JJNAPIORK/Catalyst-Plugin-CSRFToken-0.007 - 15 May 2023 22:28:07 UTC - Search in distribution

Starch::Plugin::CookieArgs - Arguments and methods for dealing with HTTP cookies. River stage two • 10 direct dependents • 10 total dependents

This plugin adds new arguments to the manager class and new methods to the state class which are intended to ease the integration of Starch with existing web frameworks....

BLUEFEET/Starch-0.14 - 13 May 2019 02:14:22 UTC - Search in distribution

OpusVL::AppKit::Builder River stage zero No dependents

This extends CatalystX::AppBuilder so the OpusVL::AppKit can be inherited. Here we set the configuration required for the AppKit to run (inside another app) The supporting files like templates etc. are stored in the modules 'auto' directory see. L<Fi...

NEWELLC/OpusVL-AppKit-2.29 - 03 Jan 2017 20:18:45 UTC - Search in distribution

Catalyst::Plugin::RequestToken - (DEPRECATED) Handling transaction token for Catalyst River stage zero No dependents

This plugin create, remove and validate transaction token, to be used for enforcing a single request for some transaction, for exapmle, you can prevent duplicate submits. Note: REQUIRES a session plugin like Catalyst::Plugin::Session to store server ...

HIDE/Catalyst-Plugin-RequestToken-0.06 - 04 Jun 2008 17:31:20 UTC - Search in distribution

Session::Storage::Secure - Encrypted, expiring, compressed, serialized session data with integrity River stage one • 4 direct dependents • 6 total dependents

This module implements a secure way to encode session data. It is primarily intended for storing session data in browser cookies, but could be used with other backend storage where security of stored session data is important. Features include: * Dat...

DAGOLDEN/Session-Storage-Secure-1.000 - 23 Mar 2021 11:52:56 UTC - Search in distribution

Catalyst::Plugin::RapidApp::AuthCore - instant authentication, authorization and sessions River stage one • 5 direct dependents • 5 total dependents

This plugin provides a full suite of standard users and sessions with authentication and authorization for Catalyst/RapidApp applications. It loads and auto-configures a bundle of standard Catalyst plugins: Authentication Authorization::Roles Session...

VANSTYN/RapidApp-1.3500 - 22 Nov 2021 22:52:12 UTC - Search in distribution

Dancer2::Session::Cookie - Dancer 2 session storage in secure cookies River stage one • 1 direct dependent • 1 total dependent

This module implements a session factory for Dancer 2 that stores session state within a browser cookie. Features include: * Data serialization and compression using Sereal * Data encryption using AES with a unique derived key per cookie * Enforced e...

YANICK/Dancer2-Session-Cookie-0.009 - 25 Apr 2018 22:14:02 UTC - Search in distribution

Catalyst::Plugin::Session - Generic Session plugin - ties together server side storage and client side state required to maintain session data. River stage three • 76 direct dependents • 136 total dependents

The Session plugin is the base of two related parts of functionality required for session management in web applications. The first part, the State, is getting the browser to repeat back a session key, so that the web application can identify the cli...

HAARG/Catalyst-Plugin-Session-0.43 - 03 Jun 2022 14:15:38 UTC - Search in distribution

Catalyst::Plugin::Session::Store::DBI - Store your sessions in a database River stage one • 1 direct dependent • 2 total dependents

This storage module will store session data in a database using DBI....

FLORA/Catalyst-Plugin-Session-Store-DBI-0.16 - 23 Mar 2010 21:56:11 UTC - Search in distribution

CatalystX::OAuth2::Provider River stage zero No dependents

CatalystX::OAuth2::Provider is an application class provides a OAuth2 Provider in only your Catalyst application configuration....

ZDK/CatalystX-OAuth2-Provider-0.0005 - 27 May 2011 05:25:23 UTC - Search in distribution
57 results (0.074 seconds)